/*div.clearfix.alert.alert-success.gc-bonus-alert {
    border-radius: 10px;
    color: var(--color-main);
    background: none;
    border: 1px solid var(--color-main);
}
div.clearfix.alert.alert-success.gc-bonus-alert a {
    font-weight: 700;
}
div.container > table.table.table-notitle > tbody > tr,
div.container > table.table > tbody > tr { 
    border-radius: 10px;
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    padding: 10px;
}*/

div.clearfix.alert.alert-success.gc-bonus-alert {
    border-radius: 10px;
    color: var(--color-main);
    background: none;
    border: 1px solid var(--color-main);
}
div.clearfix.alert.alert-success.gc-bonus-alert a {
    font-weight: 700;
}
div.container > table.table.table-notitle > tbody > tr,
div.container > table.table > tbody > tr { 
    border: 1px solid var(--color-border);
    background: var(--color-white);
    border-radius: 10px !important;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
@media (min-width: 768px) {
    div.container > table.table {
        display: flex;
        flex-direction: column;
    }

    div.container > table.table.table-notitle > tbody > tr > td:first-child,
    div.container > table.table.table-notitle > thead > tr > th:first-child {
        width: 438px;
    }
    div.container > table.table.table-notitle > tbody > tr > td:nth-child(2),
    div.container > table.table.table-notitle > thead > tr > th:nth-child(2) {
        width: 250px;
    }
    div.container > table.table.table-notitle > tbody > tr > td:nth-child(3),
    div.container > table.table.table-notitle > thead > tr > th:nth-child(3) {
        width: 100px;
    }
    div.container > table.table.table-notitle > tbody > tr > td:last-child,
    div.container > table.table.table-notitle > thead > tr > th:last-child {
        width: 100px;
    }
    
    div.container > table.table > tbody > tr > td:first-child,
    div.container > table.table > thead > tr > th:first-child {
        width: 89px;
    }
    div.container > table.table > tbody > tr > td:nth-child(2),
    div.container > table.table > thead > tr > th:nth-child(2) {
        width: 599px;
    }
    div.container > table.table > tbody > tr > td:nth-child(3),
    div.container > table.table > thead > tr > th:nth-child(3) {
        width: 100px;
    }
    div.container > table.table > tbody > tr > td:last-child,
    div.container > table.table > thead > tr > th:last-child {
        width: 100px;
    }

    div.container > table.table.table-notitle > tbody > tr > td,
    div.container > table.table.table-notitle > thead > tr > th,
    div.container > table.table > tbody > tr > td,
    div.container > table.table > thead > tr > th {
        border: none !important;
    }
}